home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity NoteBook.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2003-03-10  |  2KB  |  100 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 195
  3.   Top = 398
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 164
  8.   ClientWidth = 253
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 253
  25.     Height = 164
  26.     Options = [wpPlainBackground]
  27.     Align = alClient
  28.     Color = 11974320
  29.     ParentColor = False
  30.     ParentShowHint = True
  31.     OnResize = SynthPanelResize
  32.     OnPaint = SynthPanelPaint
  33.     object EnableBtn: TQuickBtn
  34.       Tag = -1
  35.       Left = 191
  36.       Top = 106
  37.       Width = 28
  38.       Height = 21
  39.       Cursor = crHandPoint
  40.       Hint = '|Enable editing'
  41.       ParentFont = False
  42.       ParentColor = True
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clBlack
  45.       Font.Height = -9
  46.       Font.Name = 'Fruity fonts'
  47.       Font.Style = []
  48.       Caption = 'Edit'
  49.       Options = [tbShowPressed, tbBorder]
  50.       Style = FS_GolFlat2
  51.       AccelKey = 0
  52.       Glyph.ILCount = 2
  53.       OnClick = EnableBtnClick
  54.       Down = True
  55.     end
  56.     object SelBar: TNumBar
  57.       Left = 7
  58.       Top = 107
  59.       Width = 186
  60.       Height = 19
  61.       Cursor = crHandPoint
  62.       Hint = '|^b^aPage index'
  63.       BorderStyle = bsNone
  64.       ParentColor = True
  65.       PopupMenu = SynthResModule.WheelMenu
  66.       TabOrder = 1
  67.       TabStop = True
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clWindowText
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       LineSize = 1
  74.       PageSize = 1
  75.       Min = 1
  76.       Max = 100
  77.       MoveMin = 1
  78.       MoveMax = 100
  79.       Text = '2'
  80.       Position = 2
  81.       Orientation = trHorizontal
  82.       Options = [nbShowNumber, nbSlideKnob]
  83.       ArrowsWidth = 23
  84.       OnChange = SelBarChange
  85.     end
  86.     object InfoEdit: TQuickRichEdit
  87.       Left = 4
  88.       Top = 4
  89.       Width = 222
  90.       Height = 99
  91.       BorderStyle = bsNone
  92.       Ctl3D = True
  93.       ParentColor = True
  94.       ParentCtl3D = False
  95.       ScrollBars = ssVertical
  96.       TabOrder = 0
  97.     end
  98.   end
  99. end
  100.